home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #9 / Amiga Plus CD - 2004 - No. 09.iso / amigaplus / tools / amigaos4_only / mpega_libmad / mpega.i < prev    next >
Text File  |  2004-08-03  |  587b  |  27 lines

  1. #ifndef MPEGA_INTERFACE_DEF_H
  2. #define MPEGA_INTERFACE_DEF_H
  3. /*
  4. ** This file is machine generated from idltool
  5. ** Do not edit
  6. */ 
  7.  
  8. #include <exec/types.i>
  9. #include <exec/exec.i>
  10. #include <exec/interfaces.i>
  11.  
  12. STRUCTURE MPEGAIFace, InterfaceData_SIZE
  13.         FPTR IMPEGA_Obtain
  14.         FPTR IMPEGA_Release
  15.         FPTR IMPEGA_Expunge
  16.         FPTR IMPEGA_Clone
  17.         FPTR IMPEGA_MPEGA_open
  18.         FPTR IMPEGA_MPEGA_close
  19.         FPTR IMPEGA_MPEGA_decode_frame
  20.         FPTR IMPEGA_MPEGA_seek
  21.         FPTR IMPEGA_MPEGA_time
  22.         FPTR IMPEGA_MPEGA_find_sync
  23.         FPTR IMPEGA_MPEGA_scale
  24.     LABEL MPEGAIFace_SIZE
  25.  
  26. #endif
  27.